#Make Rocks/ReC. from Sphe.
LMB:Generate a Cube of Rocks. You can specify the number of rocks and the distance between them (1->Rocksize).**_
RMB:Generate a Cube of Spheres. You can specify the**x-Size, the Y-Size of the Cube**and the the distance between them (1->Cubesize).
[INP]Enter Number,Distance
AddRock(0,0,1,1,4)
Make_Cube([INP1],10,[INP2])
#END
[OnRightMouseButton!]
[INP]Enter x-sz,y-sz,dist
AddSphere(0,0,1,1)
MakeCube([INP1],[INP2],0,[INP3])
Apply_Modifiers()
#END

